home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([cast "curs", cast "mask"])
- puppetSprite(the currentSpriteNum, 1)
- set the blend of sprite the currentSpriteNum to 50
- end
-
- on mouseLeave
- cursor(-1)
- set the blend of sprite the currentSpriteNum to 100
- end
-
- on mouseUp
- global chica
- cursor(-1)
- set the blend of sprite the currentSpriteNum to 100
- updateStage()
- if (the clickOn = 6) or (the clickOn = 30) then
- if the castNum of sprite 18 > 0 then
- if the type of sprite 18 = #digitalVideo then
- set the movieRate of sprite 18 to 0
- end if
- end if
- puppetSound(0)
- go(1, "models")
- else
- if (the clickOn = 7) or (the clickOn = 31) then
- if chica = "F" then
- set chica to "A"
- else
- set chica to numToChar(charToNum(chica) + 1)
- end if
- repeat with x = 11 to 18
- puppetSprite(x, 0)
- set the visible of sprite x to 0
- end repeat
- if the castNum of sprite 18 > 0 then
- if the type of cast the castNum of sprite 18 = #digitalVideo then
- set the movieRate of sprite 18 to 0
- end if
- end if
- puppetTransition(2, 2)
- updateStage()
- go("pregs")
- else
- if (the clickOn = 8) or (the clickOn = 32) then
- if the castNum of sprite 18 > 0 then
- if the type of cast the castNum of sprite 18 = #digitalVideo then
- set the movieRate of sprite 18 to 0
- end if
- end if
- go(1, "TimeAfter")
- puppetSound(0)
- end if
- end if
- end if
- end
-